Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.
/ sexpr-wasm-codegen Public archive

S-expressions to WebAssembly binary format converter

License

Notifications You must be signed in to change notification settings

axic/sexpr-wasm-codegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sexpr-wasm-codegen

Compile WebAssembly S-expressions (WAST) to binary format. Inside the browser or Node. Yee-haw!

The API is simple:

const codegen = require('sexpr-wasm-codegen')
codegen.compile(<S-expression as Buffer>) -> <binary as Buffer>

Internally it is using sexpr-wasm-prototype compiled with Emscripten.

This version uses binary_0xa branch (commit: 98729df534b55d495d0040266daaaf96ed41b9f9) which outputs revision A binaries.

About

S-expressions to WebAssembly binary format converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages