issues
search
dtolnay
/
watt
Runtime for executing procedural macros as WebAssembly
Apache License 2.0
1.29k
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Align Literal::c_string with proc-macro2 fallback
#57
WanzenBug
closed
3 weeks ago
0
Fix for recent syn version
#56
WanzenBug
closed
3 weeks ago
0
Pure Macros
#55
rzvxa
opened
5 months ago
0
Demo build failing + Example module decode error
#54
wbrickner
opened
10 months ago
0
Turn on deny(unsafe_op_in_unsafe_fn)
#53
dtolnay
closed
11 months ago
0
Avoid relying on libproc_macro discriminants
#52
dtolnay
closed
1 year ago
0
Update to syn 2
#51
dtolnay
closed
1 year ago
0
Any chance watt can be upstreamed to cargo?
#50
NobodyXu
opened
2 years ago
8
Stabilize Ident::new_raw in proc-macro
#49
dtolnay
closed
2 years ago
0
Fix the WATT_JIT feature
#48
alexcrichton
closed
2 years ago
0
100x slower performance on serde_derive (with recent serde and syn?)
#47
acshi
opened
3 years ago
0
Update to support proc-macro2 1.0.26
#46
dtolnay
closed
3 years ago
0
Cannot depend on crates that depends on procedural macro?
#45
MashPlant
opened
4 years ago
2
use proc_macro instead of proc_macro2
#44
Freax13
closed
3 weeks ago
1
Addressing crate local state for procedural macros problem
#43
mikevoronov
opened
4 years ago
6
proc_macro instead of proc_macro2
#42
Freax13
opened
4 years ago
9
`cargo watt` subcommand
#41
jakobhellermann
opened
4 years ago
2
Enable GitHub Actions
#40
dtolnay
closed
4 years ago
0
Tweak README example to be clearer
#39
Arnavion
closed
4 years ago
3
Mention that the Isolation property listed in the readme is not a security property
#38
Ekleog
opened
4 years ago
1
Implement wasm=>host feature query
#37
CAD97
closed
4 years ago
1
PoC: feature passthrough
#36
CAD97
closed
4 years ago
3
Forwarding cargo features into the wasm
#35
CAD97
opened
4 years ago
3
Allow raw identifiers
#34
CAD97
closed
4 years ago
2
With watt's proc-macro, parsing raw identifiers causes a panic
#33
CAD97
closed
4 years ago
0
include_bytes is a macro [README typo]
#32
CAD97
closed
4 years ago
0
Update jit instructions for wasmtime
#31
JasperDeSutter
closed
5 years ago
0
JIT runtime failed to initiate panic
#30
dtolnay
opened
5 years ago
3
Rebase of #26
#29
dtolnay
closed
5 years ago
0
Ensure that proc-macro2 has the right autotrait impls
#28
dtolnay
closed
5 years ago
0
Rework wasm entry point
#27
dtolnay
closed
5 years ago
0
Lex TokenStreams from within wasm
#26
mystor
closed
5 years ago
1
Comment out unused wasm C apis
#25
dtolnay
closed
5 years ago
0
Change canonical entry point to use a separate static for &[u8]
#24
dtolnay
closed
5 years ago
0
Ensure that patched proc-macro2 types have the same autotraits as real proc-macro2
#23
dtolnay
closed
5 years ago
0
Optimize the wasm `proc-macro2` runtime
#22
alexcrichton
closed
5 years ago
0
Cache module instantiations per-thread
#21
alexcrichton
closed
5 years ago
1
Investigate more efficient implementation of `proc-macro2`
#20
alexcrichton
closed
5 years ago
0
Consider printing warning in non-JIT mode if any single invocation takes >100ms
#19
dtolnay
opened
5 years ago
0
Move token_stream_parse implementation to Wasm
#18
dtolnay
closed
5 years ago
4
Improve access to a precompiled wasm runtime
#17
alexcrichton
opened
5 years ago
0
Cache wasm module instantiations across macro invocations
#16
alexcrichton
closed
5 years ago
4
Improve JIT build documentation and support
#15
alexcrichton
closed
5 years ago
2
Optimize the ABI boundary of wasm-compiled proc macros
#14
alexcrichton
closed
5 years ago
0
Eliminate unsafe memory pointer in sym.rs
#13
dtolnay
closed
5 years ago
4
Warnings on unnecessary trailing semicolon in fnimpl macros
#12
dtolnay
closed
5 years ago
1
Add initial support for running via an on-system JIT
#11
alexcrichton
closed
5 years ago
1
Copy strings directly into WASM memory
#10
mystor
closed
5 years ago
0
Fix overflow during validation on 32-bit machines.
#9
msizanoen1
closed
5 years ago
1
Tooling for verifying wasm was compiled from the public source
#8
vorner
opened
5 years ago
3
Next