Hacker News new | past | comments | ask | show | jobs | submit login
AsmJit – Complete x86/X64 JIT and AOT Assembler for C++ (github.com/asmjit)
2 points by peter_d_sherman on Jan 24, 2020 | hide | past | favorite | 1 comment



Can someone explain the distribution method to use with this. For instance, with WASM:

1. Compile source code to .wasm

2. Distribute .wasm via website.

3. User's browser downloads .wasm, compiles to machine code (for JIT path) and executes the result.

What are the steps with AsmJit, I hope actual source code needn't be distributed the client




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: