feat: add a histrical wit-bindgen
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# `spidermonkey.wasm`
|
||||
|
||||
This directory contains the source code for `spidermonkey.wasm`, which is an
|
||||
embedding of the SpiderMonkey JavaScript engine for targeting `wasm32-wasi` and
|
||||
use with `wit-bindgen-gen-spidermonkey`. It exports a variety of helper
|
||||
functions that are used by `wit-bindgen-gen-spidermonkey`'s generated glue
|
||||
code. These helpers are typically named something like `SMW_whatever_function`.
|
||||
|
||||
## Building `spidermonkey.wasm`
|
||||
|
||||
```
|
||||
make
|
||||
```
|
||||
Reference in New Issue
Block a user