mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-05 15:41:32 +00:00
Fix compile on latest nightly (#489)
This commit is contained in:
README.md
crates
backend
macro
typescript
web-sys
tests
webidl
examples
add
src
asm.js
src
char
src
closures
src
comments
src
console_log
src
dom
src
hello_world
src
import_js
src
julia_set
src
math
src
no_modules
src
performance
src
smorgasboard
src
wasm-in-wasm
src
guide/src
src
tests/all
api.rschar.rsclasses.rsclosures.rscomments.rsdependencies.rsenums.rsimport_class.rsimports.rs
js_globals
Array.rsArrayBuffer.rsArrayIterator.rsBoolean.rsDataView.rsDate.rsError.rsFunction.rsGenerator.rsIntl.rsJsString.rsMap.rsMapIterator.rsMath.rsNumber.rsObject.rsProxy.rsReflect.rsSet.rsSetIterator.rsSymbol.rsTypedArray.rsWeakMap.rsWeakSet.rsWebAssembly.rsmod.rs
jsobjects.rsmath.rsnode.rsnon_debug.rsnon_wasm.rssimple.rsslice.rsstructural.rstypescript.rsu64.rsvalidate_prt.rs@ -1,4 +1,4 @@
|
||||
#![feature(proc_macro, wasm_custom_section, wasm_import_module)]
|
||||
#![feature(use_extern_macros, wasm_custom_section, wasm_import_module)]
|
||||
|
||||
extern crate wasm_bindgen;
|
||||
|
||||
|
Reference in New Issue
Block a user